github.com/jackc/pgx/v5.dbTx.Query (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L244: func (tx *dbTx) Query(ctx context.Context, sql string, args ...any) (Rows, error) {
		tx.go#L256: 	rows, _ := tx.Query(ctx, sql, args...)